ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TrendLine<T> Class / FitType Property

In This Topic
    FitType Property (TrendLine<T>)
    In This Topic
    Gets or sets the fit type of the trendline.
    Syntax
    'Declaration
     
    Public Property FitType As TrendLineFitType
    public TrendLineFitType FitType {get; set;}
    See Also